-
Notifications
You must be signed in to change notification settings - Fork 975
Conversation
Almost there- one more session it'll be knocked out. All the code is done- just needs some style updates / tweaks. @bbondy since it requires additional work and we're in a code freeze, we can always kick to 0.12.6. Let me know |
@@ -891,7 +891,7 @@ See `eventStore.js` for an example use-case | |||
|
|||
|
|||
|
|||
### onMouseOverBookmarkFolder(folderId, bookmarks, bookmark, xPos, yPos) | |||
### setBookmarksToolbarSelectedFolderId(folderId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting I think we're trying to move away from setter actions
++ |
Be sure to ref #4562 for a few more changes... |
if (targetElement.tagName === 'TR') break | ||
targetElement = targetElement.parentNode | ||
} | ||
if (!targetElement) return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice for parent traversing!!!
@@ -81,7 +87,12 @@ class SortableTable extends ImmutableComponent { | |||
? (typeof this.props.totalRowObjects[parseInt(tableID)][index].toJS === 'function' | |||
? this.props.totalRowObjects[parseInt(tableID)][index].toJS() | |||
: this.props.totalRowObjects[parseInt(tableID)][index]) | |||
: null | |||
: (this.props.rowObjects.size > 0 || this.props.rowObjects.length > 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of non multi table selection. 👍
Tests were added here: |
git rebase -i
to squash commits (if needed).Fixes #4562
Fixes #1994
Fixes #4523
Completely updated styles
Almost done- needs some tweaks
Test Plan: